home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / utilities / text / tec10.lha / Examples / test1.tec < prev    next >
Encoding:
Text File  |  1994-05-24  |  345 b   |  13 lines

  1. % This is a test of TEC internal buffering mechanism.
  2. % Use TEC test1 test2 test3 FROM infile TO outfile BUF 16
  3. % Outfile should be identical to infile, but a lot of buffering mechanism
  4. % states are tested.
  5.  
  6. % This is pass #1.
  7.  
  8. 'a' >'a' copy copy        % a-> aaa
  9. 'E' copy copy            % e -> ee, E -> EE
  10. 'e' copy copy
  11. 'i' >'m'            % m and i swapped
  12. 'm' >'i'
  13.